Conversation
added 2 commits
August 19, 2020 22:07
I can already use this version.
Signed-off-by: Yu Zhai <me@zhaiyusci.net>
Member
|
@zhaiyusci Thanks! I'll take a closer look later. |
Member
|
There are some trailing whitespaces in your commits. Can you run the following in the source tree to remove them? wget https://raw.githubusercontent.com/tovrstra/devscripts/master/scripts/ds-normalize-code -O ~/ds-normalize-code
chmod +x ~/ds-normalize-code
~/ds-normalize-codeThis is a bit clumsy, but it should work. The same script is used to check for trailing white spaces on Travis. (See https://travis-ci.com/github/molmod/tamkin/jobs/384495308#L1670) Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #38 +/- ##
==========================================
+ Coverage 84.44% 84.58% +0.13%
==========================================
Files 31 32 +1
Lines 5259 5319 +60
Branches 941 953 +12
==========================================
+ Hits 4441 4499 +58
Misses 563 563
- Partials 255 257 +2
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this pull request, Molpro output parser is contributed, which can be used to read out put from Molpro 2012.
This contribute is the first trial to solve #37 .